Html Css Color HEX #758FC9 Wild Blue Yonder

📋 copy color: '#758FC9'

red 117 ◦ green 143 ◦ blue 201

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

Shades of Wild Blue Yonder #758FC9

Tints of Wild Blue Yonder #758FC9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 25.38%
G = 31.02%
B = 43.6%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#758FC9 (or 0x758FC9) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and C9. RGB value is (117,143,201). Sum of RGB (Red+Green+Blue) = 117+143+201=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #758FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FC9 is #8A7036. Grayscale: #8D8D8D. Windows color (decimal): -9072695 or 13209461. OLE color: 13209461.

HSL color Cylindrical-coordinate representation of color #758FC9: hue angle of 221.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758FC9 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 143 201 -
CMYK 0.42 0.29 0 0.21
HSL 221.43º 0.44% 0.62% -
HSV(B) 221.43º 0.42% 0.79% -
XYZ 27.7 27.64 59.13 -
YUV 141.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 117 143 201 0.42 0.29 0 0.21 221.43 0.44 0.62
Hex 75 8F C9 2A 1D 0 15 DD 2C 3E
Octal 165 217 311 52 35 0 25 335 54 76
Binary 1110101 10001111 11001001 101010 11101 0 10101 11011101 101100 111110

Color Harmonies of #758FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FC9

Black with #758FC9

Text Example


Text Example

White with #758FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758FC9; }

 p { color: rgb(117,143,201); }

 H1.HeaderClassName
 {
   color: #758FC9;
 }
 .AnyTagClassName
 {
   color: #758FC9;
 }
</style>

background-color css

<style>
 a { background-color: #758FC9; }

 a { background-color: rgb(117,143,201); }

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

border-color css

<style>
 span { border-color: #758FC9; }

 span { border-color: rgb(117,143,201); }

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