Html Css Color HEX #747EC8 Wild Blue Yonder

📋 copy color: '#747EC8'

red 116 ◦ green 126 ◦ blue 200

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

Shades of Wild Blue Yonder #747EC8

Tints of Wild Blue Yonder #747EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 26.24%
G = 28.51%
B = 45.25%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#747EC8 (or 0x747EC8) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C8. RGB value is (116,126,200). Sum of RGB (Red+Green+Blue) = 116+126+200=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #747EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC8 is #8B8137. Grayscale: #838383. Windows color (decimal): -9142584 or 13139572. OLE color: 13139572.

HSL color Cylindrical-coordinate representation of color #747EC8: hue angle of 232.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747EC8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 126 200 -
CMYK 0.42 0.37 0 0.22
HSL 232.86º 0.43% 0.62% -
HSV(B) 232.86º 0.42% 0.78% -
XYZ 25.09 22.8 57.72 -
YUV 131.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 116 126 200 0.42 0.37 0 0.22 232.86 0.43 0.62
Hex 74 7E C8 2A 25 0 16 E9 2B 3E
Octal 164 176 310 52 45 0 26 351 53 76
Binary 1110100 1111110 11001000 101010 100101 0 10110 11101001 101011 111110

Color Harmonies of #747EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EC8

Black with #747EC8

Text Example


Text Example

White with #747EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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