Html Css Color HEX #7481BB Wild Blue Yonder

📋 copy color: '#7481BB'

red 116 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #7481BB

Tints of Wild Blue Yonder #7481BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 26.85%
G = 29.86%
B = 43.29%

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

#7481BB (or 0x7481BB) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and BB. RGB value is (116,129,187). Sum of RGB (Red+Green+Blue) = 116+129+187=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7481BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481BB is #8B7E44. Grayscale: #838383. Windows color (decimal): -9141829 or 12288372. OLE color: 12288372.

HSL color Cylindrical-coordinate representation of color #7481BB: hue angle of 229.01º 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 #7481BB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 129 187 -
CMYK 0.38 0.31 0 0.27
HSL 229.01º 0.34% 0.59% -
HSV(B) 229.01º 0.38% 0.73% -
XYZ 24.02 23 50.19 -
YUV 131.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 116 129 187 0.38 0.31 0 0.27 229.01 0.34 0.59
Hex 74 81 BB 26 1F 0 1B E5 22 3B
Octal 164 201 273 46 37 0 33 345 42 73
Binary 1110100 10000001 10111011 100110 11111 0 11011 11100101 100010 111011

Color Harmonies of #7481BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481BB

Black with #7481BB

Text Example


Text Example

White with #7481BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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