Html Css Color HEX #9467FF Light Slate Blue

📋 copy color: '#9467FF'

red 148 ◦ green 103 ◦ blue 255

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

Shades of Light Slate Blue #9467FF

Tints of Light Slate Blue #9467FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 29.25%
G = 20.36%
B = 50.4%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9467FF (or 0x9467FF) is known color: Light Slate Blue. HEX triplet: 94, 67 and FF. RGB value is (148,103,255). Sum of RGB (Red+Green+Blue) = 148+103+255=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #9467FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467FF is #6B9800. Grayscale: #858585. Windows color (decimal): -7051265 or 16738196. OLE color: 16738196.

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

Color convert

RGB 148 103 255 -
CMYK 0.42 0.60 0 0
HSL 257.76º 1% 0.7% -
HSV(B) 257.76º 0.6% 1% -
XYZ 35.11 23.22 97.24 -
YUV 133.78 196.41 138.14 -
System Red Green Blue C M Y K H S L
Decimal 148 103 255 0.42 0.60 0 0 257.76 1 0.7
Hex 94 67 FF 2A 3C 0 0 102 64 46
Octal 224 147 377 52 74 0 0 402 144 106
Binary 10010100 1100111 11111111 101010 111100 0 0 100000010 1100100 1000110

Color Harmonies of #9467FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467FF

Black with #9467FF

Text Example


Text Example

White with #9467FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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