Html Css Color HEX #9071FC Light Slate Blue

📋 copy color: '#9071FC'

red 144 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #9071FC

Tints of Light Slate Blue #9071FC

RGB

 RED value IS 144 (56.64% from 255) = 28.29%

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

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

R = 28.29%
G = 22.2%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9071FC (or 0x9071FC) is known color: Light Slate Blue. HEX triplet: 90, 71 and FC. RGB value is (144,113,252). Sum of RGB (Red+Green+Blue) = 144+113+252=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #9071FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9071FC is #6F8E03. Grayscale: #898989. Windows color (decimal): -7310852 or 16544144. OLE color: 16544144.

HSL color Cylindrical-coordinate representation of color #9071FC: hue angle of 253.38º 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 #9071FC is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 113 252 -
CMYK 0.43 0.55 0 0.01
HSL 253.38º 0.96% 0.72% -
HSV(B) 253.38º 0.55% 0.99% -
XYZ 34.98 24.77 95.03 -
YUV 138.12 192.27 132.2 -
System Red Green Blue C M Y K H S L
Decimal 144 113 252 0.43 0.55 0 0.01 253.38 0.96 0.72
Hex 90 71 FC 2B 37 0 1 FD 60 48
Octal 220 161 374 53 67 0 1 375 140 110
Binary 10010000 1110001 11111100 101011 110111 0 1 11111101 1100000 1001000

Color Harmonies of #9071FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9071FC

Black with #9071FC

Text Example


Text Example

White with #9071FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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