Html Css Color HEX #758AC9 Wild Blue Yonder

📋 copy color: '#758AC9'

red 117 ◦ green 138 ◦ blue 201

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

Shades of Wild Blue Yonder #758AC9

Tints of Wild Blue Yonder #758AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 25.66%
G = 30.26%
B = 44.08%

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

#758AC9 (or 0x758AC9) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and C9. RGB value is (117,138,201). Sum of RGB (Red+Green+Blue) = 117+138+201=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #758AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AC9 is #8A7536. Grayscale: #8A8A8A. Windows color (decimal): -9073975 or 13208181. OLE color: 13208181.

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

Color convert

RGB 117 138 201 -
CMYK 0.42 0.31 0 0.21
HSL 225º 0.44% 0.62% -
HSV(B) 225º 0.42% 0.79% -
XYZ 26.97 26.18 58.89 -
YUV 138.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 117 138 201 0.42 0.31 0 0.21 225 0.44 0.62
Hex 75 8A C9 2A 1F 0 15 E1 2C 3E
Octal 165 212 311 52 37 0 25 341 54 76
Binary 1110101 10001010 11001001 101010 11111 0 10101 11100001 101100 111110

Color Harmonies of #758AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AC9

Black with #758AC9

Text Example


Text Example

White with #758AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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