Html Css Color HEX #807BFF Light Slate Blue

📋 copy color: '#807BFF'

red 128 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #807BFF

Tints of Light Slate Blue #807BFF

RGB

 RED value IS 128 (50.39% from 255) = 25.3%

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 25.3%
G = 24.31%
B = 50.4%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#807BFF (or 0x807BFF) is known color: Light Slate Blue. HEX triplet: 80, 7B and FF. RGB value is (128,123,255). Sum of RGB (Red+Green+Blue) = 128+123+255=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #807BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BFF is #7F8400. Grayscale: #8B8B8B. Windows color (decimal): -8356865 or 16743296. OLE color: 16743296.

HSL color Cylindrical-coordinate representation of color #807BFF: hue angle of 242.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #807BFF is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 123 255 -
CMYK 0.50 0.52 0 0
HSL 242.27º 1% 0.74% -
HSV(B) 242.27º 0.52% 1% -
XYZ 34.04 25.98 97.83 -
YUV 139.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 128 123 255 0.50 0.52 0 0 242.27 1 0.74
Hex 80 7B FF 32 34 0 0 F2 64 4A
Octal 200 173 377 62 64 0 0 362 144 112
Binary 10000000 1111011 11111111 110010 110100 0 0 11110010 1100100 1001010

Color Harmonies of #807BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BFF

Black with #807BFF

Text Example


Text Example

White with #807BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807BFF; }

 p { color: rgb(128,123,255); }

 H1.HeaderClassName
 {
   color: #807BFF;
 }
 .AnyTagClassName
 {
   color: #807BFF;
 }
</style>

background-color css

<style>
 a { background-color: #807BFF; }

 a { background-color: rgb(128,123,255); }

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

border-color css

<style>
 span { border-color: #807BFF; }

 span { border-color: rgb(128,123,255); }

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