Html Css Color HEX #758FCA Wild Blue Yonder

📋 copy color: '#758FCA'

red 117 ◦ green 143 ◦ blue 202

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

Shades of Wild Blue Yonder #758FCA

Tints of Wild Blue Yonder #758FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 25.32%
G = 30.95%
B = 43.72%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#758FCA (or 0x758FCA) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and CA. RGB value is (117,143,202). Sum of RGB (Red+Green+Blue) = 117+143+202=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #758FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FCA is #8A7035. Grayscale: #8D8D8D. Windows color (decimal): -9072694 or 13274997. OLE color: 13274997.

HSL color Cylindrical-coordinate representation of color #758FCA: hue angle of 221.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758FCA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 143 202 -
CMYK 0.42 0.29 0 0.21
HSL 221.65º 0.45% 0.63% -
HSV(B) 221.65º 0.42% 0.79% -
XYZ 27.82 27.69 59.76 -
YUV 141.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 117 143 202 0.42 0.29 0 0.21 221.65 0.45 0.63
Hex 75 8F CA 2A 1D 0 15 DE 2D 3F
Octal 165 217 312 52 35 0 25 336 55 77
Binary 1110101 10001111 11001010 101010 11101 0 10101 11011110 101101 111111

Color Harmonies of #758FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FCA

Black with #758FCA

Text Example


Text Example

White with #758FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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