Html Css Color HEX #758CB6 Wild Blue Yonder

📋 copy color: '#758CB6'

red 117 ◦ green 140 ◦ blue 182

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

Shades of Wild Blue Yonder #758CB6

Tints of Wild Blue Yonder #758CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 26.65%
G = 31.89%
B = 41.46%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#758CB6 (or 0x758CB6) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and B6. RGB value is (117,140,182). Sum of RGB (Red+Green+Blue) = 117+140+182=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #758CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CB6 is #8A7349. Grayscale: #898989. Windows color (decimal): -9073482 or 11963509. OLE color: 11963509.

HSL color Cylindrical-coordinate representation of color #758CB6: hue angle of 218.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758CB6 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 140 182 -
CMYK 0.36 0.23 0 0.29
HSL 218.77º 0.31% 0.59% -
HSV(B) 218.77º 0.36% 0.71% -
XYZ 25.16 25.92 47.93 -
YUV 137.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 117 140 182 0.36 0.23 0 0.29 218.77 0.31 0.59
Hex 75 8C B6 24 17 0 1D DB 1F 3B
Octal 165 214 266 44 27 0 35 333 37 73
Binary 1110101 10001100 10110110 100100 10111 0 11101 11011011 11111 111011

Color Harmonies of #758CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CB6

Black with #758CB6

Text Example


Text Example

White with #758CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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