Html Css Color HEX #9078FC Light Slate Blue

📋 copy color: '#9078FC'

red 144 ◦ green 120 ◦ blue 252

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

Shades of Light Slate Blue #9078FC

Tints of Light Slate Blue #9078FC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.26%

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

R = 27.91%
G = 23.26%
B = 48.84%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9078FC (or 0x9078FC) is known color: Light Slate Blue. HEX triplet: 90, 78 and FC. RGB value is (144,120,252). Sum of RGB (Red+Green+Blue) = 144+120+252=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #9078FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078FC is #6F8703. Grayscale: #8D8D8D. Windows color (decimal): -7309060 or 16545936. OLE color: 16545936.

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

Color convert

RGB 144 120 252 -
CMYK 0.43 0.52 0 0.01
HSL 250.91º 0.96% 0.73% -
HSV(B) 250.91º 0.52% 0.99% -
XYZ 35.79 26.39 95.3 -
YUV 142.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 144 120 252 0.43 0.52 0 0.01 250.91 0.96 0.73
Hex 90 78 FC 2B 34 0 1 FB 60 49
Octal 220 170 374 53 64 0 1 373 140 111
Binary 10010000 1111000 11111100 101011 110100 0 1 11111011 1100000 1001001

Color Harmonies of #9078FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9078FC

Black with #9078FC

Text Example


Text Example

White with #9078FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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