Html Css Color HEX #9B9DFA Portage

📋 copy color: '#9B9DFA'

red 155 ◦ green 157 ◦ blue 250

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

Shades of Portage #9B9DFA

Tints of Portage #9B9DFA

RGB

 RED value IS 155 (60.94% from 255) = 27.58%

 GREEN value IS 157 (61.72% from 255) = 27.94%

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

R = 27.58%
G = 27.94%
B = 44.48%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B9DFA (or 0x9B9DFA) is known color: Portage. HEX triplet: 9B, 9D and FA. RGB value is (155,157,250). Sum of RGB (Red+Green+Blue) = 155+157+250=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9DFA is #646205. Grayscale: #A6A6A6. Windows color (decimal): -6578694 or 16424347. OLE color: 16424347.

HSL color Cylindrical-coordinate representation of color #9B9DFA: hue angle of 238.74º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B9DFA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 157 250 -
CMYK 0.38 0.37 0 0.02
HSL 238.74º 0.9% 0.79% -
HSV(B) 238.74º 0.38% 0.98% -
XYZ 42.83 37.98 95.52 -
YUV 167 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 155 157 250 0.38 0.37 0 0.02 238.74 0.9 0.79
Hex 9B 9D FA 26 25 0 2 EF 5A 4F
Octal 233 235 372 46 45 0 2 357 132 117
Binary 10011011 10011101 11111010 100110 100101 0 10 11101111 1011010 1001111

Color Harmonies of #9B9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9DFA

Black with #9B9DFA

Text Example


Text Example

White with #9B9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9DFA; }

 p { color: rgb(155,157,250); }

 H1.HeaderClassName
 {
   color: #9B9DFA;
 }
 .AnyTagClassName
 {
   color: #9B9DFA;
 }
</style>

background-color css

<style>
 a { background-color: #9B9DFA; }

 a { background-color: rgb(155,157,250); }

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

border-color css

<style>
 span { border-color: #9B9DFA; }

 span { border-color: rgb(155,157,250); }

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