Html Css Color HEX #9698F9 Portage

📋 copy color: '#9698F9'

red 150 ◦ green 152 ◦ blue 249

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

Shades of Portage #9698F9

Tints of Portage #9698F9

RGB

 RED value IS 150 (58.98% from 255) = 27.22%

 GREEN value IS 152 (59.77% from 255) = 27.59%

 BLUE value IS 249 (97.66% from 255) = 45.19%

R = 27.22%
G = 27.59%
B = 45.19%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9698F9 (or 0x9698F9) is known color: Portage. HEX triplet: 96, 98 and F9. RGB value is (150,152,249). Sum of RGB (Red+Green+Blue) = 150+152+249=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #9698F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9698F9 is #696706. Grayscale: #A2A2A2. Windows color (decimal): -6907655 or 16357526. OLE color: 16357526.

HSL color Cylindrical-coordinate representation of color #9698F9: hue angle of 238.79º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9698F9 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 152 249 -
CMYK 0.40 0.39 0 0.02
HSL 238.79º 0.89% 0.78% -
HSV(B) 238.79º 0.4% 0.98% -
XYZ 40.9 35.78 94.37 -
YUV 162.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 150 152 249 0.40 0.39 0 0.02 238.79 0.89 0.78
Hex 96 98 F9 28 27 0 2 EF 59 4E
Octal 226 230 371 50 47 0 2 357 131 116
Binary 10010110 10011000 11111001 101000 100111 0 10 11101111 1011001 1001110

Color Harmonies of #9698F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698F9

Black with #9698F9

Text Example


Text Example

White with #9698F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9698F9; }

 p { color: rgb(150,152,249); }

 H1.HeaderClassName
 {
   color: #9698F9;
 }
 .AnyTagClassName
 {
   color: #9698F9;
 }
</style>

background-color css

<style>
 a { background-color: #9698F9; }

 a { background-color: rgb(150,152,249); }

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

border-color css

<style>
 span { border-color: #9698F9; }

 span { border-color: rgb(150,152,249); }

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