Html Css Color HEX #8C93BC Wild Blue Yonder

📋 copy color: '#8C93BC'

red 140 ◦ green 147 ◦ blue 188

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

Shades of Wild Blue Yonder #8C93BC

Tints of Wild Blue Yonder #8C93BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 29.47%
G = 30.95%
B = 39.58%

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

#8C93BC (or 0x8C93BC) is known color: Wild Blue Yonder. HEX triplet: 8C, 93 and BC. RGB value is (140,147,188). Sum of RGB (Red+Green+Blue) = 140+147+188=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93BC is #736C43. Grayscale: #959595. Windows color (decimal): -7564356 or 12358540. OLE color: 12358540.

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

Color convert

RGB 140 147 188 -
CMYK 0.26 0.22 0 0.26
HSL 231.25º 0.26% 0.64% -
HSV(B) 231.25º 0.26% 0.74% -
XYZ 30.33 30.07 51.78 -
YUV 149.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 140 147 188 0.26 0.22 0 0.26 231.25 0.26 0.64
Hex 8C 93 BC 1A 16 0 1A E7 1A 40
Octal 214 223 274 32 26 0 32 347 32 100
Binary 10001100 10010011 10111100 11010 10110 0 11010 11100111 11010 1000000

Color Harmonies of #8C93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93BC

Black with #8C93BC

Text Example


Text Example

White with #8C93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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