Html Css Color HEX #8A85EE Light Slate Blue

📋 copy color: '#8A85EE'

red 138 ◦ green 133 ◦ blue 238

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

Shades of Light Slate Blue #8A85EE

Tints of Light Slate Blue #8A85EE

RGB

 RED value IS 138 (54.3% from 255) = 27.11%

 GREEN value IS 133 (52.34% from 255) = 26.13%

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 27.11%
G = 26.13%
B = 46.76%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A85EE (or 0x8A85EE) is known color: Light Slate Blue. HEX triplet: 8A, 85 and EE. RGB value is (138,133,238). Sum of RGB (Red+Green+Blue) = 138+133+238=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A85EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85EE is #757A11. Grayscale: #929292. Windows color (decimal): -7698962 or 15631754. OLE color: 15631754.

HSL color Cylindrical-coordinate representation of color #8A85EE: hue angle of 242.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A85EE is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 133 238 -
CMYK 0.42 0.44 0 0.07
HSL 242.86º 0.76% 0.73% -
HSV(B) 242.86º 0.44% 0.93% -
XYZ 34.3 28.35 84.55 -
YUV 146.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 138 133 238 0.42 0.44 0 0.07 242.86 0.76 0.73
Hex 8A 85 EE 2A 2C 0 7 F3 4C 49
Octal 212 205 356 52 54 0 7 363 114 111
Binary 10001010 10000101 11101110 101010 101100 0 111 11110011 1001100 1001001

Color Harmonies of #8A85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A85EE

Black with #8A85EE

Text Example


Text Example

White with #8A85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,133,238); }

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

background-color css

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

 a { background-color: rgb(138,133,238); }

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

border-color css

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

 span { border-color: rgb(138,133,238); }

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