Html Css Color HEX #757DC8 Wild Blue Yonder

📋 copy color: '#757DC8'

red 117 ◦ green 125 ◦ blue 200

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

Shades of Wild Blue Yonder #757DC8

Tints of Wild Blue Yonder #757DC8

RGB

 RED value IS 117 (46.09% from 255) = 26.47%

 GREEN value IS 125 (49.22% from 255) = 28.28%

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 26.47%
G = 28.28%
B = 45.25%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#757DC8 (or 0x757DC8) is known color: Wild Blue Yonder. HEX triplet: 75, 7D and C8. RGB value is (117,125,200). Sum of RGB (Red+Green+Blue) = 117+125+200=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #757DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DC8 is #8A8237. Grayscale: #828282. Windows color (decimal): -9077304 or 13139317. OLE color: 13139317.

HSL color Cylindrical-coordinate representation of color #757DC8: hue angle of 234.22º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757DC8 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 125 200 -
CMYK 0.42 0.38 0 0.22
HSL 234.22º 0.43% 0.62% -
HSV(B) 234.22º 0.42% 0.78% -
XYZ 25.1 22.62 57.69 -
YUV 131.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 117 125 200 0.42 0.38 0 0.22 234.22 0.43 0.62
Hex 75 7D C8 2A 26 0 16 EA 2B 3E
Octal 165 175 310 52 46 0 26 352 53 76
Binary 1110101 1111101 11001000 101010 100110 0 10110 11101010 101011 111110

Color Harmonies of #757DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DC8

Black with #757DC8

Text Example


Text Example

White with #757DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757DC8; }

 p { color: rgb(117,125,200); }

 H1.HeaderClassName
 {
   color: #757DC8;
 }
 .AnyTagClassName
 {
   color: #757DC8;
 }
</style>

background-color css

<style>
 a { background-color: #757DC8; }

 a { background-color: rgb(117,125,200); }

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

border-color css

<style>
 span { border-color: #757DC8; }

 span { border-color: rgb(117,125,200); }

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