Html Css Color HEX #9A8DF0 Light Slate Blue

📋 copy color: '#9A8DF0'

red 154 ◦ green 141 ◦ blue 240

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

Shades of Light Slate Blue #9A8DF0

Tints of Light Slate Blue #9A8DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.36%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 28.79%
G = 26.36%
B = 44.86%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9A8DF0 (or 0x9A8DF0) is known color: Light Slate Blue. HEX triplet: 9A, 8D and F0. RGB value is (154,141,240). Sum of RGB (Red+Green+Blue) = 154+141+240=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #9A8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DF0 is #65720F. Grayscale: #9B9B9B. Windows color (decimal): -6648336 or 15764890. OLE color: 15764890.

HSL color Cylindrical-coordinate representation of color #9A8DF0: hue angle of 247.88º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A8DF0 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 141 240 -
CMYK 0.36 0.41 0 0.06
HSL 247.88º 0.77% 0.75% -
HSV(B) 247.88º 0.41% 0.94% -
XYZ 38.58 32.21 86.62 -
YUV 156.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 154 141 240 0.36 0.41 0 0.06 247.88 0.77 0.75
Hex 9A 8D F0 24 29 0 6 F8 4D 4B
Octal 232 215 360 44 51 0 6 370 115 113
Binary 10011010 10001101 11110000 100100 101001 0 110 11111000 1001101 1001011

Color Harmonies of #9A8DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8DF0

Black with #9A8DF0

Text Example


Text Example

White with #9A8DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,141,240); }

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

background-color css

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

 a { background-color: rgb(154,141,240); }

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

border-color css

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

 span { border-color: rgb(154,141,240); }

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