Html Css Color HEX #758EBA Wild Blue Yonder

📋 copy color: '#758EBA'

red 117 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #758EBA

Tints of Wild Blue Yonder #758EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

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

R = 26.29%
G = 31.91%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#758EBA (or 0x758EBA) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and BA. RGB value is (117,142,186). Sum of RGB (Red+Green+Blue) = 117+142+186=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #758EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EBA is #8A7145. Grayscale: #8B8B8B. Windows color (decimal): -9072966 or 12226165. OLE color: 12226165.

HSL color Cylindrical-coordinate representation of color #758EBA: hue angle of 218.26º 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 #758EBA is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 142 186 -
CMYK 0.37 0.24 0 0.27
HSL 218.26º 0.33% 0.59% -
HSV(B) 218.26º 0.37% 0.73% -
XYZ 25.87 26.67 50.24 -
YUV 139.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 117 142 186 0.37 0.24 0 0.27 218.26 0.33 0.59
Hex 75 8E BA 25 18 0 1B DA 21 3B
Octal 165 216 272 45 30 0 33 332 41 73
Binary 1110101 10001110 10111010 100101 11000 0 11011 11011010 100001 111011

Color Harmonies of #758EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EBA

Black with #758EBA

Text Example


Text Example

White with #758EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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