Html Css Color HEX #969DFA Portage

📋 copy color: '#969DFA'

red 150 ◦ green 157 ◦ blue 250

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

Shades of Portage #969DFA

Tints of Portage #969DFA

RGB

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

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

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

R = 26.93%
G = 28.19%
B = 44.88%

CMYK

 C value IS 0.4

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#969DFA (or 0x969DFA) is known color: Portage. HEX triplet: 96, 9D and FA. RGB value is (150,157,250). Sum of RGB (Red+Green+Blue) = 150+157+250=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #969DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969DFA is #696205. Grayscale: #A5A5A5. Windows color (decimal): -6906374 or 16424342. OLE color: 16424342.

HSL color Cylindrical-coordinate representation of color #969DFA: hue angle of 235.8º degrees, saturation: 0.91, 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 #969DFA is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 157 250 -
CMYK 0.4 0.37 0 0.02
HSL 235.8º 0.91% 0.78% -
HSV(B) 235.8º 0.4% 0.98% -
XYZ 41.89 37.5 95.47 -
YUV 165.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 150 157 250 0.4 0.37 0 0.02 235.8 0.91 0.78
Hex 96 9D FA 28 25 0 2 EC 5B 4E
Octal 226 235 372 50 45 0 2 354 133 116
Binary 10010110 10011101 11111010 101000 100101 0 10 11101100 1011011 1001110

Color Harmonies of #969DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969DFA

Black with #969DFA

Text Example


Text Example

White with #969DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969DFA; }

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

 H1.HeaderClassName
 {
   color: #969DFA;
 }
 .AnyTagClassName
 {
   color: #969DFA;
 }
</style>

background-color css

<style>
 a { background-color: #969DFA; }

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

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

border-color css

<style>
 span { border-color: #969DFA; }

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

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