Html Css Color HEX #8B7BFD Light Slate Blue

📋 copy color: '#8B7BFD'

red 139 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #8B7BFD

Tints of Light Slate Blue #8B7BFD

RGB

 RED value IS 139 (54.69% from 255) = 26.99%

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 26.99%
G = 23.88%
B = 49.13%

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

#8B7BFD (or 0x8B7BFD) is known color: Light Slate Blue. HEX triplet: 8B, 7B and FD. RGB value is (139,123,253). Sum of RGB (Red+Green+Blue) = 139+123+253=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7BFD is #748402. Grayscale: #8E8E8E. Windows color (decimal): -7635971 or 16612235. OLE color: 16612235.

HSL color Cylindrical-coordinate representation of color #8B7BFD: hue angle of 247.38º degrees, saturation: 0.97, 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 #8B7BFD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 123 253 -
CMYK 0.45 0.51 0 0.01
HSL 247.38º 0.97% 0.74% -
HSV(B) 247.38º 0.51% 0.99% -
XYZ 35.46 26.75 96.22 -
YUV 142.6 190.3 125.43 -
System Red Green Blue C M Y K H S L
Decimal 139 123 253 0.45 0.51 0 0.01 247.38 0.97 0.74
Hex 8B 7B FD 2D 33 0 1 F7 61 4A
Octal 213 173 375 55 63 0 1 367 141 112
Binary 10001011 1111011 11111101 101101 110011 0 1 11110111 1100001 1001010

Color Harmonies of #8B7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7BFD

Black with #8B7BFD

Text Example


Text Example

White with #8B7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,123,253); }

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

background-color css

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

 a { background-color: rgb(139,123,253); }

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

border-color css

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

 span { border-color: rgb(139,123,253); }

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