Html Css Color HEX #747FCE Wild Blue Yonder

📋 copy color: '#747FCE'

red 116 ◦ green 127 ◦ blue 206

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

Shades of Wild Blue Yonder #747FCE

Tints of Wild Blue Yonder #747FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 25.84%
G = 28.29%
B = 45.88%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#747FCE (or 0x747FCE) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and CE. RGB value is (116,127,206). Sum of RGB (Red+Green+Blue) = 116+127+206=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #747FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FCE is #8B8031. Grayscale: #848484. Windows color (decimal): -9142322 or 13533044. OLE color: 13533044.

HSL color Cylindrical-coordinate representation of color #747FCE: hue angle of 232.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747FCE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 127 206 -
CMYK 0.44 0.38 0 0.19
HSL 232.67º 0.48% 0.63% -
HSV(B) 232.67º 0.44% 0.81% -
XYZ 25.93 23.35 61.53 -
YUV 132.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 116 127 206 0.44 0.38 0 0.19 232.67 0.48 0.63
Hex 74 7F CE 2C 26 0 13 E9 30 3F
Octal 164 177 316 54 46 0 23 351 60 77
Binary 1110100 1111111 11001110 101100 100110 0 10011 11101001 110000 111111

Color Harmonies of #747FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FCE

Black with #747FCE

Text Example


Text Example

White with #747FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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