Html Css Color HEX #9A8EFC Light Slate Blue

📋 copy color: '#9A8EFC'

red 154 ◦ green 142 ◦ blue 252

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

Shades of Light Slate Blue #9A8EFC

Tints of Light Slate Blue #9A8EFC

RGB

 RED value IS 154 (60.55% from 255) = 28.1%

 GREEN value IS 142 (55.86% from 255) = 25.91%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 28.1%
G = 25.91%
B = 45.99%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A8EFC (or 0x9A8EFC) is known color: Light Slate Blue. HEX triplet: 9A, 8E and FC. RGB value is (154,142,252). Sum of RGB (Red+Green+Blue) = 154+142+252=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A8EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8EFC is #657103. Grayscale: #9D9D9D. Windows color (decimal): -6648068 or 16551578. OLE color: 16551578.

HSL color Cylindrical-coordinate representation of color #9A8EFC: hue angle of 246.55º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8EFC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 142 252 -
CMYK 0.39 0.44 0 0.01
HSL 246.55º 0.95% 0.77% -
HSV(B) 246.55º 0.44% 0.99% -
XYZ 40.57 33.24 96.37 -
YUV 158.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 154 142 252 0.39 0.44 0 0.01 246.55 0.95 0.77
Hex 9A 8E FC 27 2C 0 1 F7 5F 4D
Octal 232 216 374 47 54 0 1 367 137 115
Binary 10011010 10001110 11111100 100111 101100 0 1 11110111 1011111 1001101

Color Harmonies of #9A8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EFC

Black with #9A8EFC

Text Example


Text Example

White with #9A8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8EFC; }

 p { color: rgb(154,142,252); }

 H1.HeaderClassName
 {
   color: #9A8EFC;
 }
 .AnyTagClassName
 {
   color: #9A8EFC;
 }
</style>

background-color css

<style>
 a { background-color: #9A8EFC; }

 a { background-color: rgb(154,142,252); }

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

border-color css

<style>
 span { border-color: #9A8EFC; }

 span { border-color: rgb(154,142,252); }

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