Html Css Color HEX #7272FF Light Slate Blue

📋 copy color: '#7272FF'

red 114 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #7272FF

Tints of Light Slate Blue #7272FF

RGB

 RED value IS 114 (44.92% from 255) = 23.6%

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 23.6%
G = 23.6%
B = 52.8%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7272FF (or 0x7272FF) is known color: Light Slate Blue. HEX triplet: 72, 72 and FF. RGB value is (114,114,255). Sum of RGB (Red+Green+Blue) = 114+114+255=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #7272FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7272FF is #8D8D00. Grayscale: #818181. Windows color (decimal): -9276673 or 16740978. OLE color: 16740978.

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

Color convert

RGB 114 114 255 -
CMYK 0.55 0.55 0 0
HSL 240º 1% 0.72% -
HSV(B) 240º 0.55% 1% -
XYZ 31.01 22.83 97.38 -
YUV 130.07 198.5 116.54 -
System Red Green Blue C M Y K H S L
Decimal 114 114 255 0.55 0.55 0 0 240 1 0.72
Hex 72 72 FF 37 37 0 0 F0 64 48
Octal 162 162 377 67 67 0 0 360 144 110
Binary 1110010 1110010 11111111 110111 110111 0 0 11110000 1100100 1001000

Color Harmonies of #7272FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7272FF

Black with #7272FF

Text Example


Text Example

White with #7272FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7272FF; }

 p { color: rgb(114,114,255); }

 H1.HeaderClassName
 {
   color: #7272FF;
 }
 .AnyTagClassName
 {
   color: #7272FF;
 }
</style>

background-color css

<style>
 a { background-color: #7272FF; }

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

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

border-color css

<style>
 span { border-color: #7272FF; }

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

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