Html Css Color HEX #758DC9 Wild Blue Yonder

📋 copy color: '#758DC9'

red 117 ◦ green 141 ◦ blue 201

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

Shades of Wild Blue Yonder #758DC9

Tints of Wild Blue Yonder #758DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

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

R = 25.49%
G = 30.72%
B = 43.79%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#758DC9 (or 0x758DC9) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and C9. RGB value is (117,141,201). Sum of RGB (Red+Green+Blue) = 117+141+201=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #758DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DC9 is #8A7236. Grayscale: #8C8C8C. Windows color (decimal): -9073207 or 13208949. OLE color: 13208949.

HSL color Cylindrical-coordinate representation of color #758DC9: hue angle of 222.86º 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 #758DC9 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 141 201 -
CMYK 0.42 0.30 0 0.21
HSL 222.86º 0.44% 0.62% -
HSV(B) 222.86º 0.42% 0.79% -
XYZ 27.4 27.05 59.03 -
YUV 140.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 117 141 201 0.42 0.30 0 0.21 222.86 0.44 0.62
Hex 75 8D C9 2A 1E 0 15 DF 2C 3E
Octal 165 215 311 52 36 0 25 337 54 76
Binary 1110101 10001101 11001001 101010 11110 0 10101 11011111 101100 111110

Color Harmonies of #758DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DC9

Black with #758DC9

Text Example


Text Example

White with #758DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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