Html Css Color HEX #7270FC Light Slate Blue

📋 copy color: '#7270FC'

red 114 ◦ green 112 ◦ blue 252

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

Shades of Light Slate Blue #7270FC

Tints of Light Slate Blue #7270FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 23.85%
G = 23.43%
B = 52.72%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7270FC (or 0x7270FC) is known color: Light Slate Blue. HEX triplet: 72, 70 and FC. RGB value is (114,112,252). Sum of RGB (Red+Green+Blue) = 114+112+252=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #7270FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7270FC is #8D8F03. Grayscale: #808080. Windows color (decimal): -9277188 or 16543858. OLE color: 16543858.

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

Color convert

RGB 114 112 252 -
CMYK 0.55 0.56 0 0.01
HSL 240.86º 0.96% 0.71% -
HSV(B) 240.86º 0.56% 0.99% -
XYZ 30.3 22.19 94.78 -
YUV 128.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 114 112 252 0.55 0.56 0 0.01 240.86 0.96 0.71
Hex 72 70 FC 37 38 0 1 F1 60 47
Octal 162 160 374 67 70 0 1 361 140 107
Binary 1110010 1110000 11111100 110111 111000 0 1 11110001 1100000 1000111

Color Harmonies of #7270FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7270FC

Black with #7270FC

Text Example


Text Example

White with #7270FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7270FC; }

 p { color: rgb(114,112,252); }

 H1.HeaderClassName
 {
   color: #7270FC;
 }
 .AnyTagClassName
 {
   color: #7270FC;
 }
</style>

background-color css

<style>
 a { background-color: #7270FC; }

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

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

border-color css

<style>
 span { border-color: #7270FC; }

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

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