Html Css Color HEX #7B64FE Light Slate Blue

📋 copy color: '#7B64FE'

red 123 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #7B64FE

Tints of Light Slate Blue #7B64FE

RGB

 RED value IS 123 (48.44% from 255) = 25.79%

 GREEN value IS 100 (39.45% from 255) = 20.96%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 25.79%
G = 20.96%
B = 53.25%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B64FE (or 0x7B64FE) is known color: Light Slate Blue. HEX triplet: 7B, 64 and FE. RGB value is (123,100,254). Sum of RGB (Red+Green+Blue) = 123+100+254=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B64FE is #849B01. Grayscale: #7B7B7B. Windows color (decimal): -8690434 or 16671867. OLE color: 16671867.

HSL color Cylindrical-coordinate representation of color #7B64FE: hue angle of 248.96º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B64FE is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 100 254 -
CMYK 0.52 0.61 0 0.00
HSL 248.96º 0.99% 0.69% -
HSV(B) 248.96º 0.61% 1% -
XYZ 30.61 20.48 96.11 -
YUV 124.43 201.12 126.98 -
System Red Green Blue C M Y K H S L
Decimal 123 100 254 0.52 0.61 0 0.00 248.96 0.99 0.69
Hex 7B 64 FE 34 3D 0 0 F9 63 45
Octal 173 144 376 64 75 0 0 371 143 105
Binary 1111011 1100100 11111110 110100 111101 0 0 11111001 1100011 1000101

Color Harmonies of #7B64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64FE

Black with #7B64FE

Text Example


Text Example

White with #7B64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B64FE; }

 p { color: rgb(123,100,254); }

 H1.HeaderClassName
 {
   color: #7B64FE;
 }
 .AnyTagClassName
 {
   color: #7B64FE;
 }
</style>

background-color css

<style>
 a { background-color: #7B64FE; }

 a { background-color: rgb(123,100,254); }

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

border-color css

<style>
 span { border-color: #7B64FE; }

 span { border-color: rgb(123,100,254); }

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