Html Css Color HEX #747ECC Wild Blue Yonder

📋 copy color: '#747ECC'

red 116 ◦ green 126 ◦ blue 204

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

Shades of Wild Blue Yonder #747ECC

Tints of Wild Blue Yonder #747ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 26.01%
G = 28.25%
B = 45.74%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#747ECC (or 0x747ECC) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and CC. RGB value is (116,126,204). Sum of RGB (Red+Green+Blue) = 116+126+204=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #747ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ECC is #8B8133. Grayscale: #838383. Windows color (decimal): -9142580 or 13401716. OLE color: 13401716.

HSL color Cylindrical-coordinate representation of color #747ECC: hue angle of 233.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747ECC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 126 204 -
CMYK 0.43 0.38 0 0.2
HSL 233.18º 0.46% 0.63% -
HSV(B) 233.18º 0.43% 0.8% -
XYZ 25.56 22.99 60.22 -
YUV 131.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 116 126 204 0.43 0.38 0 0.2 233.18 0.46 0.63
Hex 74 7E CC 2B 26 0 14 E9 2E 3F
Octal 164 176 314 53 46 0 24 351 56 77
Binary 1110100 1111110 11001100 101011 100110 0 10100 11101001 101110 111111

Color Harmonies of #747ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747ECC

Black with #747ECC

Text Example


Text Example

White with #747ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,204); }

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

background-color css

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

 a { background-color: rgb(116,126,204); }

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

border-color css

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

 span { border-color: rgb(116,126,204); }

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