Html Css Color HEX #8A7BFC Light Slate Blue

📋 copy color: '#8A7BFC'

red 138 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #8A7BFC

Tints of Light Slate Blue #8A7BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

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

R = 26.9%
G = 23.98%
B = 49.12%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A7BFC (or 0x8A7BFC) is known color: Light Slate Blue. HEX triplet: 8A, 7B and FC. RGB value is (138,123,252). Sum of RGB (Red+Green+Blue) = 138+123+252=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BFC is #758403. Grayscale: #8D8D8D. Windows color (decimal): -7701508 or 16546698. OLE color: 16546698.

HSL color Cylindrical-coordinate representation of color #8A7BFC: hue angle of 246.98º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A7BFC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 123 252 -
CMYK 0.45 0.51 0 0.01
HSL 246.98º 0.96% 0.74% -
HSV(B) 246.98º 0.51% 0.99% -
XYZ 35.13 26.6 95.38 -
YUV 142.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 138 123 252 0.45 0.51 0 0.01 246.98 0.96 0.74
Hex 8A 7B FC 2D 33 0 1 F7 60 4A
Octal 212 173 374 55 63 0 1 367 140 112
Binary 10001010 1111011 11111100 101101 110011 0 1 11110111 1100000 1001010

Color Harmonies of #8A7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7BFC

Black with #8A7BFC

Text Example


Text Example

White with #8A7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,123,252); }

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

background-color css

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

 a { background-color: rgb(138,123,252); }

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

border-color css

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

 span { border-color: rgb(138,123,252); }

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