Html Css Color HEX #7276FF Light Slate Blue

📋 copy color: '#7276FF'

red 114 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #7276FF

Tints of Light Slate Blue #7276FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 23.41%
G = 24.23%
B = 52.36%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7276FF (or 0x7276FF) is known color: Light Slate Blue. HEX triplet: 72, 76 and FF. RGB value is (114,118,255). Sum of RGB (Red+Green+Blue) = 114+118+255=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #7276FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7276FF is #8D8900. Grayscale: #838383. Windows color (decimal): -9275649 or 16742002. OLE color: 16742002.

HSL color Cylindrical-coordinate representation of color #7276FF: hue angle of 238.3º 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 #7276FF is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 118 255 -
CMYK 0.55 0.54 0 0
HSL 238.3º 1% 0.72% -
HSV(B) 238.3º 0.55% 1% -
XYZ 31.47 23.75 97.53 -
YUV 132.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 114 118 255 0.55 0.54 0 0 238.3 1 0.72
Hex 72 76 FF 37 36 0 0 EE 64 48
Octal 162 166 377 67 66 0 0 356 144 110
Binary 1110010 1110110 11111111 110111 110110 0 0 11101110 1100100 1001000

Color Harmonies of #7276FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276FF

Black with #7276FF

Text Example


Text Example

White with #7276FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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