Html Css Color HEX #908CF2 Portage

📋 copy color: '#908CF2'

red 144 ◦ green 140 ◦ blue 242

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

Shades of Portage #908CF2

Tints of Portage #908CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 27.38%
G = 26.62%
B = 46.01%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#908CF2 (or 0x908CF2) is known color: Portage. HEX triplet: 90, 8C and F2. RGB value is (144,140,242). Sum of RGB (Red+Green+Blue) = 144+140+242=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #908CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CF2 is #6F730D. Grayscale: #989898. Windows color (decimal): -7303950 or 15895696. OLE color: 15895696.

HSL color Cylindrical-coordinate representation of color #908CF2: hue angle of 242.35º degrees, saturation: 0.8, 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 #908CF2 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 140 242 -
CMYK 0.40 0.42 0 0.05
HSL 242.35º 0.8% 0.75% -
HSV(B) 242.35º 0.42% 0.95% -
XYZ 36.91 31.1 88.06 -
YUV 152.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 144 140 242 0.40 0.42 0 0.05 242.35 0.8 0.75
Hex 90 8C F2 28 2A 0 5 F2 50 4B
Octal 220 214 362 50 52 0 5 362 120 113
Binary 10010000 10001100 11110010 101000 101010 0 101 11110010 1010000 1001011

Color Harmonies of #908CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CF2

Black with #908CF2

Text Example


Text Example

White with #908CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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