Html Css Color HEX #8C93BD Wild Blue Yonder

📋 copy color: '#8C93BD'

red 140 ◦ green 147 ◦ blue 189

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

Shades of Wild Blue Yonder #8C93BD

Tints of Wild Blue Yonder #8C93BD

RGB

 RED value IS 140 (55.08% from 255) = 29.41%

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 29.41%
G = 30.88%
B = 39.71%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C93BD (or 0x8C93BD) is known color: Wild Blue Yonder. HEX triplet: 8C, 93 and BD. RGB value is (140,147,189). Sum of RGB (Red+Green+Blue) = 140+147+189=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93BD is #736C42. Grayscale: #959595. Windows color (decimal): -7564355 or 12424076. OLE color: 12424076.

HSL color Cylindrical-coordinate representation of color #8C93BD: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C93BD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 147 189 -
CMYK 0.26 0.22 0 0.26
HSL 231.43º 0.27% 0.65% -
HSV(B) 231.43º 0.26% 0.74% -
XYZ 30.43 30.12 52.35 -
YUV 149.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 140 147 189 0.26 0.22 0 0.26 231.43 0.27 0.65
Hex 8C 93 BD 1A 16 0 1A E7 1B 41
Octal 214 223 275 32 26 0 32 347 33 101
Binary 10001100 10010011 10111101 11010 10110 0 11010 11100111 11011 1000001

Color Harmonies of #8C93BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93BD

Black with #8C93BD

Text Example


Text Example

White with #8C93BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C93BD; }

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

 H1.HeaderClassName
 {
   color: #8C93BD;
 }
 .AnyTagClassName
 {
   color: #8C93BD;
 }
</style>

background-color css

<style>
 a { background-color: #8C93BD; }

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

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

border-color css

<style>
 span { border-color: #8C93BD; }

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

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