Html Css Color HEX #758CCE Wild Blue Yonder

📋 copy color: '#758CCE'

red 117 ◦ green 140 ◦ blue 206

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

Shades of Wild Blue Yonder #758CCE

Tints of Wild Blue Yonder #758CCE

RGB

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

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

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

R = 25.27%
G = 30.24%
B = 44.49%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#758CCE (or 0x758CCE) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and CE. RGB value is (117,140,206). Sum of RGB (Red+Green+Blue) = 117+140+206=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #758CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CCE is #8A7331. Grayscale: #8C8C8C. Windows color (decimal): -9073458 or 13536373. OLE color: 13536373.

HSL color Cylindrical-coordinate representation of color #758CCE: hue angle of 224.49º 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 #758CCE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 140 206 -
CMYK 0.43 0.32 0 0.19
HSL 224.49º 0.48% 0.63% -
HSV(B) 224.49º 0.43% 0.81% -
XYZ 27.85 26.99 62.13 -
YUV 140.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 117 140 206 0.43 0.32 0 0.19 224.49 0.48 0.63
Hex 75 8C CE 2B 20 0 13 E0 30 3F
Octal 165 214 316 53 40 0 23 340 60 77
Binary 1110101 10001100 11001110 101011 100000 0 10011 11100000 110000 111111

Color Harmonies of #758CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CCE

Black with #758CCE

Text Example


Text Example

White with #758CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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