Html Css Color HEX #7481BA Wild Blue Yonder

📋 copy color: '#7481BA'

red 116 ◦ green 129 ◦ blue 186

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

Shades of Wild Blue Yonder #7481BA

Tints of Wild Blue Yonder #7481BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 26.91%
G = 29.93%
B = 43.16%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7481BA (or 0x7481BA) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and BA. RGB value is (116,129,186). Sum of RGB (Red+Green+Blue) = 116+129+186=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7481BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481BA is #8B7E45. Grayscale: #838383. Windows color (decimal): -9141830 or 12222836. OLE color: 12222836.

HSL color Cylindrical-coordinate representation of color #7481BA: hue angle of 228.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7481BA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 129 186 -
CMYK 0.38 0.31 0 0.27
HSL 228.86º 0.34% 0.59% -
HSV(B) 228.86º 0.38% 0.73% -
XYZ 23.92 22.96 49.63 -
YUV 131.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 116 129 186 0.38 0.31 0 0.27 228.86 0.34 0.59
Hex 74 81 BA 26 1F 0 1B E5 22 3B
Octal 164 201 272 46 37 0 33 345 42 73
Binary 1110100 10000001 10111010 100110 11111 0 11011 11100101 100010 111011

Color Harmonies of #7481BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481BA

Black with #7481BA

Text Example


Text Example

White with #7481BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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