Html Css Color HEX #865CFB Light Slate Blue

📋 copy color: '#865CFB'

red 134 ◦ green 92 ◦ blue 251

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

Shades of Light Slate Blue #865CFB

Tints of Light Slate Blue #865CFB

RGB

 RED value IS 134 (52.73% from 255) = 28.09%

 GREEN value IS 92 (36.33% from 255) = 19.29%

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

R = 28.09%
G = 19.29%
B = 52.62%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#865CFB (or 0x865CFB) is known color: Light Slate Blue. HEX triplet: 86, 5C and FB. RGB value is (134,92,251). Sum of RGB (Red+Green+Blue) = 134+92+251=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #865CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CFB is #79A304. Grayscale: #7A7A7A. Windows color (decimal): -7971589 or 16473222. OLE color: 16473222.

HSL color Cylindrical-coordinate representation of color #865CFB: hue angle of 255.85º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865CFB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 92 251 -
CMYK 0.47 0.63 0 0.02
HSL 255.85º 0.95% 0.67% -
HSV(B) 255.85º 0.63% 0.98% -
XYZ 31.07 19.69 93.43 -
YUV 122.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 134 92 251 0.47 0.63 0 0.02 255.85 0.95 0.67
Hex 86 5C FB 2F 3F 0 2 100 5F 43
Octal 206 134 373 57 77 0 2 400 137 103
Binary 10000110 1011100 11111011 101111 111111 0 10 100000000 1011111 1000011

Color Harmonies of #865CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CFB

Black with #865CFB

Text Example


Text Example

White with #865CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865CFB; }

 p { color: rgb(134,92,251); }

 H1.HeaderClassName
 {
   color: #865CFB;
 }
 .AnyTagClassName
 {
   color: #865CFB;
 }
</style>

background-color css

<style>
 a { background-color: #865CFB; }

 a { background-color: rgb(134,92,251); }

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

border-color css

<style>
 span { border-color: #865CFB; }

 span { border-color: rgb(134,92,251); }

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