Html Css Color HEX #7B72FE Light Slate Blue

📋 copy color: '#7B72FE'

red 123 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #7B72FE

Tints of Light Slate Blue #7B72FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

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

R = 25.05%
G = 23.22%
B = 51.73%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B72FE (or 0x7B72FE) is known color: Light Slate Blue. HEX triplet: 7B, 72 and FE. RGB value is (123,114,254). Sum of RGB (Red+Green+Blue) = 123+114+254=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B72FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B72FE is #848D01. Grayscale: #848484. Windows color (decimal): -8686850 or 16675451. OLE color: 16675451.

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

Color convert

RGB 123 114 254 -
CMYK 0.52 0.55 0 0.00
HSL 243.86º 0.99% 0.72% -
HSV(B) 243.86º 0.55% 1% -
XYZ 32.08 23.4 96.59 -
YUV 132.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 123 114 254 0.52 0.55 0 0.00 243.86 0.99 0.72
Hex 7B 72 FE 34 37 0 0 F4 63 48
Octal 173 162 376 64 67 0 0 364 143 110
Binary 1111011 1110010 11111110 110100 110111 0 0 11110100 1100011 1001000

Color Harmonies of #7B72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B72FE

Black with #7B72FE

Text Example


Text Example

White with #7B72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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