Html Css Color HEX #758ABE Wild Blue Yonder

📋 copy color: '#758ABE'

red 117 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #758ABE

Tints of Wild Blue Yonder #758ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 26.29%
G = 31.01%
B = 42.7%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#758ABE (or 0x758ABE) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and BE. RGB value is (117,138,190). Sum of RGB (Red+Green+Blue) = 117+138+190=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #758ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ABE is #8A7541. Grayscale: #898989. Windows color (decimal): -9073986 or 12487285. OLE color: 12487285.

HSL color Cylindrical-coordinate representation of color #758ABE: hue angle of 222.74º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758ABE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 138 190 -
CMYK 0.38 0.27 0 0.25
HSL 222.74º 0.36% 0.6% -
HSV(B) 222.74º 0.38% 0.75% -
XYZ 25.72 25.68 52.32 -
YUV 137.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 117 138 190 0.38 0.27 0 0.25 222.74 0.36 0.6
Hex 75 8A BE 26 1B 0 19 DF 24 3C
Octal 165 212 276 46 33 0 31 337 44 74
Binary 1110101 10001010 10111110 100110 11011 0 11001 11011111 100100 111100

Color Harmonies of #758ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ABE

Black with #758ABE

Text Example


Text Example

White with #758ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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