Html Css Color HEX #758ABA Wild Blue Yonder

📋 copy color: '#758ABA'

red 117 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #758ABA

Tints of Wild Blue Yonder #758ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 26.53%
G = 31.29%
B = 42.18%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#758ABA (or 0x758ABA) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and BA. RGB value is (117,138,186). Sum of RGB (Red+Green+Blue) = 117+138+186=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #758ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ABA is #8A7545. Grayscale: #888888. Windows color (decimal): -9073990 or 12225141. OLE color: 12225141.

HSL color Cylindrical-coordinate representation of color #758ABA: hue angle of 221.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758ABA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 138 186 -
CMYK 0.37 0.26 0 0.27
HSL 221.74º 0.33% 0.59% -
HSV(B) 221.74º 0.37% 0.73% -
XYZ 25.29 25.5 50.04 -
YUV 137.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 117 138 186 0.37 0.26 0 0.27 221.74 0.33 0.59
Hex 75 8A BA 25 1A 0 1B DE 21 3B
Octal 165 212 272 45 32 0 33 336 41 73
Binary 1110101 10001010 10111010 100101 11010 0 11011 11011110 100001 111011

Color Harmonies of #758ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ABA

Black with #758ABA

Text Example


Text Example

White with #758ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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