Html Css Color HEX #758FCC Wild Blue Yonder

📋 copy color: '#758FCC'

red 117 ◦ green 143 ◦ blue 204

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

Shades of Wild Blue Yonder #758FCC

Tints of Wild Blue Yonder #758FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 25.22%
G = 30.82%
B = 43.97%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#758FCC (or 0x758FCC) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and CC. RGB value is (117,143,204). Sum of RGB (Red+Green+Blue) = 117+143+204=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #758FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FCC is #8A7033. Grayscale: #8D8D8D. Windows color (decimal): -9072692 or 13406069. OLE color: 13406069.

HSL color Cylindrical-coordinate representation of color #758FCC: hue angle of 222.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758FCC is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 143 204 -
CMYK 0.43 0.30 0 0.2
HSL 222.07º 0.46% 0.63% -
HSV(B) 222.07º 0.43% 0.8% -
XYZ 28.06 27.79 61.01 -
YUV 142.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 117 143 204 0.43 0.30 0 0.2 222.07 0.46 0.63
Hex 75 8F CC 2B 1E 0 14 DE 2E 3F
Octal 165 217 314 53 36 0 24 336 56 77
Binary 1110101 10001111 11001100 101011 11110 0 10100 11011110 101110 111111

Color Harmonies of #758FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FCC

Black with #758FCC

Text Example


Text Example

White with #758FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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