Html Css Color HEX #9467FE Light Slate Blue

📋 copy color: '#9467FE'

red 148 ◦ green 103 ◦ blue 254

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

Shades of Light Slate Blue #9467FE

Tints of Light Slate Blue #9467FE

RGB

 RED value IS 148 (58.2% from 255) = 29.31%

 GREEN value IS 103 (40.63% from 255) = 20.4%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 29.31%
G = 20.4%
B = 50.3%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9467FE (or 0x9467FE) is known color: Light Slate Blue. HEX triplet: 94, 67 and FE. RGB value is (148,103,254). Sum of RGB (Red+Green+Blue) = 148+103+254=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9467FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467FE is #6B9801. Grayscale: #858585. Windows color (decimal): -7051266 or 16672660. OLE color: 16672660.

HSL color Cylindrical-coordinate representation of color #9467FE: hue angle of 257.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9467FE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 103 254 -
CMYK 0.42 0.59 0 0.00
HSL 257.88º 0.99% 0.7% -
HSV(B) 257.88º 0.59% 1% -
XYZ 34.95 23.15 96.39 -
YUV 133.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 148 103 254 0.42 0.59 0 0.00 257.88 0.99 0.7
Hex 94 67 FE 2A 3B 0 0 102 63 46
Octal 224 147 376 52 73 0 0 402 143 106
Binary 10010100 1100111 11111110 101010 111011 0 0 100000010 1100011 1000110

Color Harmonies of #9467FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467FE

Black with #9467FE

Text Example


Text Example

White with #9467FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9467FE; }

 p { color: rgb(148,103,254); }

 H1.HeaderClassName
 {
   color: #9467FE;
 }
 .AnyTagClassName
 {
   color: #9467FE;
 }
</style>

background-color css

<style>
 a { background-color: #9467FE; }

 a { background-color: rgb(148,103,254); }

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

border-color css

<style>
 span { border-color: #9467FE; }

 span { border-color: rgb(148,103,254); }

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