Html Css Color HEX #807BFC Light Slate Blue

📋 copy color: '#807BFC'

red 128 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #807BFC

Tints of Light Slate Blue #807BFC

RGB

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

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

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

R = 25.45%
G = 24.45%
B = 50.1%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#807BFC (or 0x807BFC) is known color: Light Slate Blue. HEX triplet: 80, 7B and FC. RGB value is (128,123,252). Sum of RGB (Red+Green+Blue) = 128+123+252=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #807BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BFC is #7F8403. Grayscale: #8A8A8A. Windows color (decimal): -8356868 or 16546688. OLE color: 16546688.

HSL color Cylindrical-coordinate representation of color #807BFC: hue angle of 242.33º 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 #807BFC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 123 252 -
CMYK 0.49 0.51 0 0.01
HSL 242.33º 0.96% 0.74% -
HSV(B) 242.33º 0.51% 0.99% -
XYZ 33.56 25.78 95.3 -
YUV 139.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 128 123 252 0.49 0.51 0 0.01 242.33 0.96 0.74
Hex 80 7B FC 31 33 0 1 F2 60 4A
Octal 200 173 374 61 63 0 1 362 140 112
Binary 10000000 1111011 11111100 110001 110011 0 1 11110010 1100000 1001010

Color Harmonies of #807BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BFC

Black with #807BFC

Text Example


Text Example

White with #807BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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