Html Css Color HEX #757FC8 Wild Blue Yonder

📋 copy color: '#757FC8'

red 117 ◦ green 127 ◦ blue 200

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

Shades of Wild Blue Yonder #757FC8

Tints of Wild Blue Yonder #757FC8

RGB

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

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

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

R = 26.35%
G = 28.6%
B = 45.05%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#757FC8 (or 0x757FC8) is known color: Wild Blue Yonder. HEX triplet: 75, 7F and C8. RGB value is (117,127,200). Sum of RGB (Red+Green+Blue) = 117+127+200=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #757FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FC8 is #8A8037. Grayscale: #848484. Windows color (decimal): -9076792 or 13139829. OLE color: 13139829.

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

Color convert

RGB 117 127 200 -
CMYK 0.42 0.36 0 0.22
HSL 232.77º 0.43% 0.62% -
HSV(B) 232.77º 0.42% 0.78% -
XYZ 25.35 23.13 57.77 -
YUV 132.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 117 127 200 0.42 0.36 0 0.22 232.77 0.43 0.62
Hex 75 7F C8 2A 24 0 16 E9 2B 3E
Octal 165 177 310 52 44 0 26 351 53 76
Binary 1110101 1111111 11001000 101010 100100 0 10110 11101001 101011 111110

Color Harmonies of #757FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FC8

Black with #757FC8

Text Example


Text Example

White with #757FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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