Html Css Color HEX #8A8CFB Light Slate Blue

📋 copy color: '#8A8CFB'

red 138 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #8A8CFB

Tints of Light Slate Blue #8A8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

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

R = 26.09%
G = 26.47%
B = 47.45%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A8CFB (or 0x8A8CFB) is known color: Light Slate Blue. HEX triplet: 8A, 8C and FB. RGB value is (138,140,251). Sum of RGB (Red+Green+Blue) = 138+140+251=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CFB is #757304. Grayscale: #979797. Windows color (decimal): -7697157 or 16485514. OLE color: 16485514.

HSL color Cylindrical-coordinate representation of color #8A8CFB: hue angle of 238.94º 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 #8A8CFB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 140 251 -
CMYK 0.45 0.44 0 0.02
HSL 238.94º 0.93% 0.76% -
HSV(B) 238.94º 0.45% 0.98% -
XYZ 37.27 31.12 95.31 -
YUV 152.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 138 140 251 0.45 0.44 0 0.02 238.94 0.93 0.76
Hex 8A 8C FB 2D 2C 0 2 EF 5D 4C
Octal 212 214 373 55 54 0 2 357 135 114
Binary 10001010 10001100 11111011 101101 101100 0 10 11101111 1011101 1001100

Color Harmonies of #8A8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8CFB

Black with #8A8CFB

Text Example


Text Example

White with #8A8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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