Html Css Color HEX #758AC8 Wild Blue Yonder

📋 copy color: '#758AC8'

red 117 ◦ green 138 ◦ blue 200

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

Shades of Wild Blue Yonder #758AC8

Tints of Wild Blue Yonder #758AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 25.71%
G = 30.33%
B = 43.96%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#758AC8 (or 0x758AC8) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and C8. RGB value is (117,138,200). Sum of RGB (Red+Green+Blue) = 117+138+200=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #758AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AC8 is #8A7537. Grayscale: #8A8A8A. Windows color (decimal): -9073976 or 13142645. OLE color: 13142645.

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

Color convert

RGB 117 138 200 -
CMYK 0.42 0.31 0 0.22
HSL 224.82º 0.43% 0.62% -
HSV(B) 224.82º 0.42% 0.78% -
XYZ 26.85 26.13 58.27 -
YUV 138.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 117 138 200 0.42 0.31 0 0.22 224.82 0.43 0.62
Hex 75 8A C8 2A 1F 0 16 E1 2B 3E
Octal 165 212 310 52 37 0 26 341 53 76
Binary 1110101 10001010 11001000 101010 11111 0 10110 11100001 101011 111110

Color Harmonies of #758AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AC8

Black with #758AC8

Text Example


Text Example

White with #758AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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