Html Css Color HEX #747FB8 Wild Blue Yonder

📋 copy color: '#747FB8'

red 116 ◦ green 127 ◦ blue 184

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

Shades of Wild Blue Yonder #747FB8

Tints of Wild Blue Yonder #747FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 184 (72.27% from 255) = 43.09%

R = 27.17%
G = 29.74%
B = 43.09%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#747FB8 (or 0x747FB8) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and B8. RGB value is (116,127,184). Sum of RGB (Red+Green+Blue) = 116+127+184=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #747FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FB8 is #8B8047. Grayscale: #818181. Windows color (decimal): -9142344 or 12091252. OLE color: 12091252.

HSL color Cylindrical-coordinate representation of color #747FB8: hue angle of 230.29º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #747FB8 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 127 184 -
CMYK 0.37 0.31 0 0.28
HSL 230.29º 0.32% 0.59% -
HSV(B) 230.29º 0.37% 0.72% -
XYZ 23.44 22.35 48.43 -
YUV 130.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 116 127 184 0.37 0.31 0 0.28 230.29 0.32 0.59
Hex 74 7F B8 25 1F 0 1C E6 20 3B
Octal 164 177 270 45 37 0 34 346 40 73
Binary 1110100 1111111 10111000 100101 11111 0 11100 11100110 100000 111011

Color Harmonies of #747FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FB8

Black with #747FB8

Text Example


Text Example

White with #747FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747FB8; }

 p { color: rgb(116,127,184); }

 H1.HeaderClassName
 {
   color: #747FB8;
 }
 .AnyTagClassName
 {
   color: #747FB8;
 }
</style>

background-color css

<style>
 a { background-color: #747FB8; }

 a { background-color: rgb(116,127,184); }

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

border-color css

<style>
 span { border-color: #747FB8; }

 span { border-color: rgb(116,127,184); }

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