Html Css Color HEX #758CCA Wild Blue Yonder

📋 copy color: '#758CCA'

red 117 ◦ green 140 ◦ blue 202

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

Shades of Wild Blue Yonder #758CCA

Tints of Wild Blue Yonder #758CCA

RGB

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

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

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

R = 25.49%
G = 30.5%
B = 44.01%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#758CCA (or 0x758CCA) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and CA. RGB value is (117,140,202). Sum of RGB (Red+Green+Blue) = 117+140+202=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #758CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CCA is #8A7335. Grayscale: #8B8B8B. Windows color (decimal): -9073462 or 13274229. OLE color: 13274229.

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

Color convert

RGB 117 140 202 -
CMYK 0.42 0.31 0 0.21
HSL 223.76º 0.45% 0.63% -
HSV(B) 223.76º 0.42% 0.79% -
XYZ 27.37 26.8 59.61 -
YUV 140.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 117 140 202 0.42 0.31 0 0.21 223.76 0.45 0.63
Hex 75 8C CA 2A 1F 0 15 E0 2D 3F
Octal 165 214 312 52 37 0 25 340 55 77
Binary 1110101 10001100 11001010 101010 11111 0 10101 11100000 101101 111111

Color Harmonies of #758CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CCA

Black with #758CCA

Text Example


Text Example

White with #758CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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