Html Css Color HEX #9078F3 Light Slate Blue

📋 copy color: '#9078F3'

red 144 ◦ green 120 ◦ blue 243

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

Shades of Light Slate Blue #9078F3

Tints of Light Slate Blue #9078F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.93%

R = 28.4%
G = 23.67%
B = 47.93%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9078F3 (or 0x9078F3) is known color: Light Slate Blue. HEX triplet: 90, 78 and F3. RGB value is (144,120,243). Sum of RGB (Red+Green+Blue) = 144+120+243=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #9078F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078F3 is #6F870C. Grayscale: #8C8C8C. Windows color (decimal): -7309069 or 15956112. OLE color: 15956112.

HSL color Cylindrical-coordinate representation of color #9078F3: hue angle of 251.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9078F3 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 120 243 -
CMYK 0.41 0.51 0 0.05
HSL 251.71º 0.84% 0.71% -
HSV(B) 251.71º 0.51% 0.95% -
XYZ 34.4 25.83 87.97 -
YUV 141.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 144 120 243 0.41 0.51 0 0.05 251.71 0.84 0.71
Hex 90 78 F3 29 33 0 5 FC 54 47
Octal 220 170 363 51 63 0 5 374 124 107
Binary 10010000 1111000 11110011 101001 110011 0 101 11111100 1010100 1000111

Color Harmonies of #9078F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9078F3

Black with #9078F3

Text Example


Text Example

White with #9078F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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