Html Css Color HEX #7481BF Wild Blue Yonder

📋 copy color: '#7481BF'

red 116 ◦ green 129 ◦ blue 191

#7481BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7481BF

Tints of Wild Blue Yonder #7481BF

RGB

 RED value IS 116 (45.7% from 255) = 26.61%

 GREEN value IS 129 (50.78% from 255) = 29.59%

 BLUE value IS 191 (75% from 255) = 43.81%

R = 26.61%
G = 29.59%
B = 43.81%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7481BF (or 0x7481BF) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and BF. RGB value is (116,129,191). Sum of RGB (Red+Green+Blue) = 116+129+191=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #7481BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481BF is #8B7E40. Grayscale: #838383. Windows color (decimal): -9141825 or 12550516. OLE color: 12550516.

HSL color Cylindrical-coordinate representation of color #7481BF: hue angle of 229.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7481BF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 129 191 -
CMYK 0.39 0.32 0 0.25
HSL 229.6º 0.37% 0.6% -
HSV(B) 229.6º 0.39% 0.75% -
XYZ 24.46 23.18 52.47 -
YUV 132.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 116 129 191 0.39 0.32 0 0.25 229.6 0.37 0.6
Hex 74 81 BF 27 20 0 19 E6 25 3C
Octal 164 201 277 47 40 0 31 346 45 74
Binary 1110100 10000001 10111111 100111 100000 0 11001 11100110 100101 111100

Color Harmonies of #7481BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481BF

Black with #7481BF

Text Example


Text Example

White with #7481BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7481BF; }

 p { color: rgb(116,129,191); }

 H1.HeaderClassName
 {
   color: #7481BF;
 }
 .AnyTagClassName
 {
   color: #7481BF;
 }
</style>

background-color css

<style>
 a { background-color: #7481BF; }

 a { background-color: rgb(116,129,191); }

 div.DivClassName
 {
   background-color: #7481BF;
 }
 .BgClassName
 {
   background-color: #7481BF;
 }
</style>

border-color css

<style>
 span { border-color: #7481BF; }

 span { border-color: rgb(116,129,191); }

 td.TdClassName
 {
   border-color: #7481BF;
 }
 .TagClassName
 {
   border-color: #7481BF;
 }
</style>