Html Css Color HEX #758CC9 Wild Blue Yonder

📋 copy color: '#758CC9'

red 117 ◦ green 140 ◦ blue 201

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

Shades of Wild Blue Yonder #758CC9

Tints of Wild Blue Yonder #758CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 25.55%
G = 30.57%
B = 43.89%

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

#758CC9 (or 0x758CC9) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and C9. RGB value is (117,140,201). Sum of RGB (Red+Green+Blue) = 117+140+201=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #758CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CC9 is #8A7336. Grayscale: #8B8B8B. Windows color (decimal): -9073463 or 13208693. OLE color: 13208693.

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

Color convert

RGB 117 140 201 -
CMYK 0.42 0.30 0 0.21
HSL 223.57º 0.44% 0.62% -
HSV(B) 223.57º 0.42% 0.79% -
XYZ 27.26 26.76 58.99 -
YUV 140.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 117 140 201 0.42 0.30 0 0.21 223.57 0.44 0.62
Hex 75 8C C9 2A 1E 0 15 E0 2C 3E
Octal 165 214 311 52 36 0 25 340 54 76
Binary 1110101 10001100 11001001 101010 11110 0 10101 11100000 101100 111110

Color Harmonies of #758CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CC9

Black with #758CC9

Text Example


Text Example

White with #758CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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