Html Css Color HEX #969EFD Portage

📋 copy color: '#969EFD'

red 150 ◦ green 158 ◦ blue 253

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

Shades of Portage #969EFD

Tints of Portage #969EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.16%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 26.74%
G = 28.16%
B = 45.1%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#969EFD (or 0x969EFD) is known color: Portage. HEX triplet: 96, 9E and FD. RGB value is (150,158,253). Sum of RGB (Red+Green+Blue) = 150+158+253=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #969EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EFD is #696102. Grayscale: #A6A6A6. Windows color (decimal): -6906115 or 16621206. OLE color: 16621206.

HSL color Cylindrical-coordinate representation of color #969EFD: hue angle of 235.34º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969EFD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 158 253 -
CMYK 0.41 0.38 0 0.01
HSL 235.34º 0.96% 0.79% -
HSV(B) 235.34º 0.41% 0.99% -
XYZ 42.53 38.03 98.03 -
YUV 166.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 150 158 253 0.41 0.38 0 0.01 235.34 0.96 0.79
Hex 96 9E FD 29 26 0 1 EB 60 4F
Octal 226 236 375 51 46 0 1 353 140 117
Binary 10010110 10011110 11111101 101001 100110 0 1 11101011 1100000 1001111

Color Harmonies of #969EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EFD

Black with #969EFD

Text Example


Text Example

White with #969EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,158,253); }

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

background-color css

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

 a { background-color: rgb(150,158,253); }

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

border-color css

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

 span { border-color: rgb(150,158,253); }

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