Html Css Color HEX #758BCE Wild Blue Yonder

📋 copy color: '#758BCE'

red 117 ◦ green 139 ◦ blue 206

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

Shades of Wild Blue Yonder #758BCE

Tints of Wild Blue Yonder #758BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 25.32%
G = 30.09%
B = 44.59%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#758BCE (or 0x758BCE) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and CE. RGB value is (117,139,206). Sum of RGB (Red+Green+Blue) = 117+139+206=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #758BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BCE is #8A7431. Grayscale: #8B8B8B. Windows color (decimal): -9073714 or 13536117. OLE color: 13536117.

HSL color Cylindrical-coordinate representation of color #758BCE: hue angle of 225.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758BCE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 139 206 -
CMYK 0.43 0.33 0 0.19
HSL 225.17º 0.48% 0.63% -
HSV(B) 225.17º 0.43% 0.81% -
XYZ 27.71 26.7 62.09 -
YUV 140.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 117 139 206 0.43 0.33 0 0.19 225.17 0.48 0.63
Hex 75 8B CE 2B 21 0 13 E1 30 3F
Octal 165 213 316 53 41 0 23 341 60 77
Binary 1110101 10001011 11001110 101011 100001 0 10011 11100001 110000 111111

Color Harmonies of #758BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BCE

Black with #758BCE

Text Example


Text Example

White with #758BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,206); }

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

background-color css

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

 a { background-color: rgb(117,139,206); }

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

border-color css

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

 span { border-color: rgb(117,139,206); }

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