Html Css Color HEX #7B71FC Light Slate Blue

📋 copy color: '#7B71FC'

red 123 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #7B71FC

Tints of Light Slate Blue #7B71FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.16%

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

R = 25.2%
G = 23.16%
B = 51.64%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B71FC (or 0x7B71FC) is known color: Light Slate Blue. HEX triplet: 7B, 71 and FC. RGB value is (123,113,252). Sum of RGB (Red+Green+Blue) = 123+113+252=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B71FC is #848E03. Grayscale: #838383. Windows color (decimal): -8687108 or 16544123. OLE color: 16544123.

HSL color Cylindrical-coordinate representation of color #7B71FC: hue angle of 244.32º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B71FC is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 113 252 -
CMYK 0.51 0.55 0 0.01
HSL 244.32º 0.96% 0.72% -
HSV(B) 244.32º 0.55% 0.99% -
XYZ 31.64 23.05 94.88 -
YUV 131.84 195.81 121.7 -
System Red Green Blue C M Y K H S L
Decimal 123 113 252 0.51 0.55 0 0.01 244.32 0.96 0.72
Hex 7B 71 FC 33 37 0 1 F4 60 48
Octal 173 161 374 63 67 0 1 364 140 110
Binary 1111011 1110001 11111100 110011 110111 0 1 11110100 1100000 1001000

Color Harmonies of #7B71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B71FC

Black with #7B71FC

Text Example


Text Example

White with #7B71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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