Html Css Color HEX #9A8AFB Light Slate Blue

📋 copy color: '#9A8AFB'

red 154 ◦ green 138 ◦ blue 251

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

Shades of Light Slate Blue #9A8AFB

Tints of Light Slate Blue #9A8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 28.36%
G = 25.41%
B = 46.22%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A8AFB (or 0x9A8AFB) is known color: Light Slate Blue. HEX triplet: 9A, 8A and FB. RGB value is (154,138,251). Sum of RGB (Red+Green+Blue) = 154+138+251=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A8AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AFB is #657504. Grayscale: #9B9B9B. Windows color (decimal): -6649093 or 16485018. OLE color: 16485018.

HSL color Cylindrical-coordinate representation of color #9A8AFB: hue angle of 248.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A8AFB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 138 251 -
CMYK 0.39 0.45 0 0.02
HSL 248.5º 0.93% 0.76% -
HSV(B) 248.5º 0.45% 0.98% -
XYZ 39.83 32.01 95.35 -
YUV 155.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 154 138 251 0.39 0.45 0 0.02 248.5 0.93 0.76
Hex 9A 8A FB 27 2D 0 2 F8 5D 4C
Octal 232 212 373 47 55 0 2 370 135 114
Binary 10011010 10001010 11111011 100111 101101 0 10 11111000 1011101 1001100

Color Harmonies of #9A8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8AFB

Black with #9A8AFB

Text Example


Text Example

White with #9A8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,138,251); }

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

background-color css

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

 a { background-color: rgb(154,138,251); }

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

border-color css

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

 span { border-color: rgb(154,138,251); }

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