Html Css Color HEX #758BBD Wild Blue Yonder

📋 copy color: '#758BBD'

red 117 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #758BBD

Tints of Wild Blue Yonder #758BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 189 (74.22% from 255) = 42.47%

R = 26.29%
G = 31.24%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#758BBD (or 0x758BBD) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and BD. RGB value is (117,139,189). Sum of RGB (Red+Green+Blue) = 117+139+189=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #758BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BBD is #8A7442. Grayscale: #898989. Windows color (decimal): -9073731 or 12422005. OLE color: 12422005.

HSL color Cylindrical-coordinate representation of color #758BBD: hue angle of 221.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758BBD is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 139 189 -
CMYK 0.38 0.26 0 0.26
HSL 221.67º 0.35% 0.6% -
HSV(B) 221.67º 0.38% 0.74% -
XYZ 25.75 25.92 51.79 -
YUV 138.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 117 139 189 0.38 0.26 0 0.26 221.67 0.35 0.6
Hex 75 8B BD 26 1A 0 1A DE 23 3C
Octal 165 213 275 46 32 0 32 336 43 74
Binary 1110101 10001011 10111101 100110 11010 0 11010 11011110 100011 111100

Color Harmonies of #758BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BBD

Black with #758BBD

Text Example


Text Example

White with #758BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,189); }

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

background-color css

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

 a { background-color: rgb(117,139,189); }

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

border-color css

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

 span { border-color: rgb(117,139,189); }

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