Html Css Color HEX #757EC8 Wild Blue Yonder

📋 copy color: '#757EC8'

red 117 ◦ green 126 ◦ blue 200

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

Shades of Wild Blue Yonder #757EC8

Tints of Wild Blue Yonder #757EC8

RGB

 RED value IS 117 (46.09% from 255) = 26.41%

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

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

R = 26.41%
G = 28.44%
B = 45.15%

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

#757EC8 (or 0x757EC8) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and C8. RGB value is (117,126,200). Sum of RGB (Red+Green+Blue) = 117+126+200=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #757EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EC8 is #8A8137. Grayscale: #838383. Windows color (decimal): -9077048 or 13139573. OLE color: 13139573.

HSL color Cylindrical-coordinate representation of color #757EC8: hue angle of 233.49º 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 #757EC8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 126 200 -
CMYK 0.42 0.37 0 0.22
HSL 233.49º 0.43% 0.62% -
HSV(B) 233.49º 0.42% 0.78% -
XYZ 25.22 22.87 57.73 -
YUV 131.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 117 126 200 0.42 0.37 0 0.22 233.49 0.43 0.62
Hex 75 7E C8 2A 25 0 16 E9 2B 3E
Octal 165 176 310 52 45 0 26 351 53 76
Binary 1110101 1111110 11001000 101010 100101 0 10110 11101001 101011 111110

Color Harmonies of #757EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EC8

Black with #757EC8

Text Example


Text Example

White with #757EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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