Html Css Color HEX #9095FA Portage

📋 copy color: '#9095FA'

red 144 ◦ green 149 ◦ blue 250

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

Shades of Portage #9095FA

Tints of Portage #9095FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 26.52%
G = 27.44%
B = 46.04%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9095FA (or 0x9095FA) is known color: Portage. HEX triplet: 90, 95 and FA. RGB value is (144,149,250). Sum of RGB (Red+Green+Blue) = 144+149+250=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #9095FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9095FA is #6F6A05. Grayscale: #9E9E9E. Windows color (decimal): -7301638 or 16422288. OLE color: 16422288.

HSL color Cylindrical-coordinate representation of color #9095FA: hue angle of 237.17º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9095FA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 149 250 -
CMYK 0.42 0.40 0 0.02
HSL 237.17º 0.91% 0.77% -
HSV(B) 237.17º 0.42% 0.98% -
XYZ 39.5 34.33 94.99 -
YUV 159.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 144 149 250 0.42 0.40 0 0.02 237.17 0.91 0.77
Hex 90 95 FA 2A 28 0 2 ED 5B 4D
Octal 220 225 372 52 50 0 2 355 133 115
Binary 10010000 10010101 11111010 101010 101000 0 10 11101101 1011011 1001101

Color Harmonies of #9095FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9095FA

Black with #9095FA

Text Example


Text Example

White with #9095FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9095FA; }

 p { color: rgb(144,149,250); }

 H1.HeaderClassName
 {
   color: #9095FA;
 }
 .AnyTagClassName
 {
   color: #9095FA;
 }
</style>

background-color css

<style>
 a { background-color: #9095FA; }

 a { background-color: rgb(144,149,250); }

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

border-color css

<style>
 span { border-color: #9095FA; }

 span { border-color: rgb(144,149,250); }

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