Html Css Color HEX #758ACE Wild Blue Yonder

📋 copy color: '#758ACE'

red 117 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #758ACE

Tints of Wild Blue Yonder #758ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 25.38%
G = 29.93%
B = 44.69%

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

#758ACE (or 0x758ACE) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and CE. RGB value is (117,138,206). Sum of RGB (Red+Green+Blue) = 117+138+206=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #758ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ACE is #8A7531. Grayscale: #8B8B8B. Windows color (decimal): -9073970 or 13535861. OLE color: 13535861.

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

Color convert

RGB 117 138 206 -
CMYK 0.43 0.33 0 0.19
HSL 225.84º 0.48% 0.63% -
HSV(B) 225.84º 0.43% 0.81% -
XYZ 27.57 26.42 62.04 -
YUV 139.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 117 138 206 0.43 0.33 0 0.19 225.84 0.48 0.63
Hex 75 8A CE 2B 21 0 13 E2 30 3F
Octal 165 212 316 53 41 0 23 342 60 77
Binary 1110101 10001010 11001110 101011 100001 0 10011 11100010 110000 111111

Color Harmonies of #758ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ACE

Black with #758ACE

Text Example


Text Example

White with #758ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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