Html Css Color HEX #908CF3 Light Slate Blue

📋 copy color: '#908CF3'

red 144 ◦ green 140 ◦ blue 243

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

Shades of Light Slate Blue #908CF3

Tints of Light Slate Blue #908CF3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

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

R = 27.32%
G = 26.57%
B = 46.11%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#908CF3 (or 0x908CF3) is known color: Light Slate Blue. HEX triplet: 90, 8C and F3. RGB value is (144,140,243). Sum of RGB (Red+Green+Blue) = 144+140+243=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #908CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CF3 is #6F730C. Grayscale: #989898. Windows color (decimal): -7303949 or 15961232. OLE color: 15961232.

HSL color Cylindrical-coordinate representation of color #908CF3: hue angle of 242.33º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908CF3 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 140 243 -
CMYK 0.41 0.42 0 0.05
HSL 242.33º 0.81% 0.75% -
HSV(B) 242.33º 0.42% 0.95% -
XYZ 37.06 31.16 88.85 -
YUV 152.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 144 140 243 0.41 0.42 0 0.05 242.33 0.81 0.75
Hex 90 8C F3 29 2A 0 5 F2 51 4B
Octal 220 214 363 51 52 0 5 362 121 113
Binary 10010000 10001100 11110011 101001 101010 0 101 11110010 1010001 1001011

Color Harmonies of #908CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CF3

Black with #908CF3

Text Example


Text Example

White with #908CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908CF3; }

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

 H1.HeaderClassName
 {
   color: #908CF3;
 }
 .AnyTagClassName
 {
   color: #908CF3;
 }
</style>

background-color css

<style>
 a { background-color: #908CF3; }

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

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

border-color css

<style>
 span { border-color: #908CF3; }

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

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