Html Css Color HEX #758CBD Wild Blue Yonder

📋 copy color: '#758CBD'

red 117 ◦ green 140 ◦ blue 189

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

Shades of Wild Blue Yonder #758CBD

Tints of Wild Blue Yonder #758CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

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

R = 26.23%
G = 31.39%
B = 42.38%

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

#758CBD (or 0x758CBD) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and BD. RGB value is (117,140,189). Sum of RGB (Red+Green+Blue) = 117+140+189=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #758CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CBD is #8A7342. Grayscale: #8A8A8A. Windows color (decimal): -9073475 or 12422261. OLE color: 12422261.

HSL color Cylindrical-coordinate representation of color #758CBD: hue angle of 220.83º 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 #758CBD is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 140 189 -
CMYK 0.38 0.26 0 0.26
HSL 220.83º 0.35% 0.6% -
HSV(B) 220.83º 0.38% 0.74% -
XYZ 25.9 26.21 51.84 -
YUV 138.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 117 140 189 0.38 0.26 0 0.26 220.83 0.35 0.6
Hex 75 8C BD 26 1A 0 1A DD 23 3C
Octal 165 214 275 46 32 0 32 335 43 74
Binary 1110101 10001100 10111101 100110 11010 0 11010 11011101 100011 111100

Color Harmonies of #758CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CBD

Black with #758CBD

Text Example


Text Example

White with #758CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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